Opening
and Closing Mixer Devices
When you want
to use a mixer device, you can either simply begin using it or you can
explicitly open the device before using it. Explicitly opening a mixer device
offers two main benefits:
It guarantees the continued
existence of that mixer device.
It lets you receive
notification of audio line and control changes.
You can use
the mixerOpen
Note The difference
between device identifiers and device handles is important. Device handles are
returned when you open a device driver by using mixerOpen. Device
identifiers are determined implicitly from the number of devices present in a
system; this number is obtained by using the mixerGetNumDevs function.
You can use
the mixerClose